home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / tag_bbs / tag2bw2b.zip / BW.BAT next >
DOS Batch File  |  1992-11-29  |  529b  |  20 lines

  1. @echo off
  2. :========================================================================
  3. :
  4. : This batch file assumes the following:
  5. :      BBS Directory       =   C:\BBS
  6. :      Blue Wave Directory =   C:\BW
  7. :
  8. : It also assumes single node operation thus no special .PRM file in the
  9. : BWMAIL command line (and the main BW dir is the QBBS system Dir)
  10. :=========================================================================
  11.  
  12. C:
  13. CD\BW
  14. TAG2BW %1 %2 %3 %4 %5 %6 %7 C:\BW C:\BBS
  15. BWMAIL
  16. TAGUDATE C:\BW C:\BBS
  17. C:
  18. CD\BBS
  19.  
  20.